gdk: Prepare touchpad events for sequences
authorMatthias Clasen <mclasen@redhat.com>
Thu, 16 Dec 2021 01:11:51 +0000 (20:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 16 Dec 2021 02:58:57 +0000 (21:58 -0500)
commit2772ff624f24297caa7e08871c294a68c7528fb4
tree6126bcc23af9320a81e2876c56c5d5c377665b90
parent69b160cfe8e9f9307fb746c4ecc3c00d17e0af92
gdk: Prepare touchpad events for sequences

It makes sense to connect the begin/update/end events
for touchpad swipes and pinches in a sequence. This
commit adds the plumbing for it, but not backends
are setting sequences yet.
gdk/gdkevents.c
gdk/gdkeventsprivate.h
gdk/macos/gdkmacosdisplay-translate.c
gdk/wayland/gdkdevice-wayland.c
gdk/x11/gdkdevicemanager-xi2.c
gtk/gtkmain.c